home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / dall.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  448b  |  18 lines

  1. /*
  2.   The structure of the "deallocate" verb
  3. */
  4. struct  deallocate {
  5. char rsrv1[12];     /* Required for PORT */
  6. unsigned int code;  /* Verb operation code */
  7. unsigned char e_cd; /* Verb extension code */
  8. unsigned char rsrv2[5];
  9. unsigned int prim_rc; /* Primary ret code */
  10. unsigned long sec_rc; /* Secondary ret. code */
  11. char tp_id[8];
  12. unsigned long conv_id;
  13. unsigned char rsrv3;
  14. unsigned char type;
  15. int log_lt;
  16. void *log_addr;
  17. };
  18.